aboutsummaryrefslogtreecommitdiff
path: root/src/app/api/auth/[...nextauth]
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/api/auth/[...nextauth]')
-rw-r--r--src/app/api/auth/[...nextauth]/route.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts
index 264f925..b6149fb 100644
--- a/src/app/api/auth/[...nextauth]/route.ts
+++ b/src/app/api/auth/[...nextauth]/route.ts
@@ -3,4 +3,4 @@ import { authOptions } from "@/lib/auth"
const handler = NextAuth(authOptions)
-export { handler as GET, handler as POST } \ No newline at end of file
+export { handler as GET, handler as POST }